projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4222c55
)
* lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.
author
Per Starbäck
<per@starback.se>
Sat, 1 Oct 2011 02:38:46 +0000
(19:38 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 1 Oct 2011 02:38:46 +0000
(19:38 -0700)
Fixes: debbugs:9643
lisp/ChangeLog
patch
|
blob
|
history
lisp/pcmpl-gnu.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 38651d42596cc83039f22d045ee1e11bf157d1f1..ca8545d7ccd8d10c4d6555260b9b8bb1a08a0809 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2011-10-01 Per Starbäck <per@starback.se>
+
+ * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
+
2011-09-30 Martin Rudalics <rudalics@gmx.at>
* startup.el (command-line-1): Fix last fix by inserting
diff --git
a/lisp/pcmpl-gnu.el
b/lisp/pcmpl-gnu.el
index 62f5fafe2c4cccf72674d415874da2ca428af18a..6bc4f7625bb5a28e04a36017e0b7b658d2d2ee27 100644
(file)
--- a/
lisp/pcmpl-gnu.el
+++ b/
lisp/pcmpl-gnu.el
@@
-298,7
+298,7
@@
(mapcar
(function
(lambda (entry)
- (tar-header-name
(cdr entry)
)))
+ (tar-header-name
entry
)))
tar-parse-info))
(pcomplete-entries))
nil 'identity))))